home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / foomatic / db / source / printer / Epson-Stylus_CX3200.xml < prev    next >
Encoding:
Text File  |  2009-03-27  |  3.0 KB  |  91 lines

  1. <printer id="printer/Epson-Stylus_CX3200">
  2.   <make>Epson</make>
  3.   <model>Stylus CX3200</model>
  4.   <mechanism>
  5.     <inkjet/>
  6.     <color/>
  7.     <resolution>
  8.       <dpi>
  9.         <x>5760</x>
  10.         <y>720</y>
  11.       </dpi>
  12.     </resolution>
  13.     <consumables>
  14.     <!--no comments--><!--one or more "partno" elements.--></consumables>
  15.   </mechanism>
  16.   <url>http://www.epson.co.uk/product/allinone/cx3200/spec.htm</url>
  17.   <lang>
  18.     <escp/><!--no pjl-->
  19.     <text>
  20.       <charset>us-ascii</charset>
  21.     </text>
  22.   </lang>
  23.   <autodetect>
  24.     <usb>
  25.       <commandset>ESCPL2,BDC,D4</commandset>
  26.       <description>EPSON Stylus CX3200</description>
  27.       <manufacturer>EPSON</manufacturer>
  28.       <model>Stylus CX3200</model>
  29.     </usb>
  30.   </autodetect>
  31.   <functionality>A</functionality>
  32.   <driver>gutenprint</driver>
  33.   <!--verified-->
  34.   <!--no "contrib_url"-->
  35.   <comments>
  36.     <en>
  37.  
  38.     Multi-function device: Printer, Scanner, Copier.<p>
  39.  
  40.     The printing engine is the one of the C62, a user reported that it
  41.     prints perfectly using a driver for the C62, so when your
  42.     Gimp-Print version does not list this device explicitly as
  43.     supported, pretend that you have the C62.<p>
  44.  
  45.     To be able to scan you need either kernel 2.4.21 or newer or you
  46.     do a small change in the "<tt>scanner.o</tt>" module
  47.     of older kernels. See <a
  48.     href="http://www.geocrawler.com/archives/3/2571/2002/10/0/9767006/">this
  49.     posting on the linux-usb-devel mailing list</a> and the
  50.     thread "<a
  51.     href="http://www.openprinting.org/pipermail/epson-list/2002q4/thread.html">Epson
  52.     Stylus cx3200 MFP</a>" on the <a
  53.     href="http://www.openprinting.org/cgi-bin/mailman/listinfo/epson-list">Epson
  54.     Forum</a>.<p>
  55.  
  56.     You have to remove the following from the
  57.     <tt>drivers/usb/scanner.c</tt> file in the kernel 
  58.     source:<p>
  59.  
  60.     <tt>
  61.     if (dev-&gt;config[0].bNumInterfaces != 1) {<br>
  62.     &nbsp;&nbsp;&nbsp;&nbsp;info("probe_scanner: Only one device interface is supported.");<br>
  63.     &nbsp;&nbsp;&nbsp;&nbsp;return NULL;<br>
  64.     }<p>
  65.     </tt>
  66.  
  67.     Then you have to recompile, install, and reload the
  68.     "<tt>scanner.o</tt>" kernel module (the commands have
  69.     to be executed as "root", we assume that the kernel source code is
  70.     in the <tt>/usr/src/linux</tt> directory):<p>
  71.  
  72.     <tt>
  73.     cd /usr/src/linux<br> 
  74.     make modules<br>
  75.     cp drivers/usb/scanner.o /lib/modules/&lt;Linux version&gt;/kernel/drivers/usb/<br>
  76.     rmmod scanner<br>
  77.     modprobe scanner vendor=0x04b8 product=0x0802<p>
  78.     </tt>
  79.  
  80.     After having done so you can configure <a
  81.     href="http://www.sane-project.org/">SANE</a> to use the
  82.     CX3200 with the "<tt>epson</tt>" scanner driver, it is
  83.     compatible to the Epson Perfection 1200U.<p>
  84.  
  85.     Copying should just work with the front panel of the
  86.     device.<p>
  87.  
  88.     </en>
  89.   </comments>
  90. </printer>
  91.